home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / games2 / graalb.lha / 6.room < prev    next >
Text File  |  1996-03-28  |  3KB  |  90 lines

  1. /*                       This is a room file for GRAAL
  2. /*
  3. /*                                   6.room
  4. /*
  5. /*                                Mountain Pass
  6. /*
  7.  
  8. SECTION: 2
  9.  
  10. UPDATE: 3
  11.  
  12. BG_IFF: 6BG.IFF
  13.  
  14. START_POS: 1;$800D;233;107;R;1
  15.  
  16. FLOOR: 1;208;106;319;109;1-1/2-2
  17. FLOOR: 2;310;106;319;119;1-1/2-2
  18.  
  19. /* No exit needed in this room, we only use the camel to get out of here!
  20.  
  21. CLPART: 6FG.IFF
  22.  
  23. /* 1-3 is guard standing/talking
  24. ROOMBOBS: 3;1;1;1;31;45;40;0
  25.  
  26. CLPART: 2FG.IFF
  27.  
  28. /* 7 Camel
  29. ROOMBOBS: 1;7;8;35;48;31;0;0
  30. /* 9-10 Camel
  31. ROOMBOBS: 2;9;58;35;48;31;50;0
  32.  
  33.  
  34. /* Check if Olaf is a small guy and if so, restore him
  35. DACT: IFRF 0,1=1;CUTSCENE 17,H
  36.  
  37. /* Show the camel
  38. DACT: SHOW 11,280,117,DEF;TRACK NO
  39.  
  40. /* --TEST-- The below DACT is for setting up section 2 during test
  41. DACT: OBJ1 27;NAME guide book;OBJ1;GET 1,H;GET 24,H;GET 27,H;GET 28,H;GET 30,U
  42. /* End of test set-up
  43.  
  44. /* Go!
  45. DACT: LIGHTS ON;EXIT
  46.  
  47. /* Mountain guard dialogue
  48. LINE: 6;1;You are very brave stopping a great viking like me!; ; 
  49. LACT: 6;1;RESP R,6,Yes, I like to think so.;RESP R,6,That is why I was selected to guard this God forsaken mountain pass!;DSET 6,N1,+9;EXIT
  50. LINE: 6;2;Excuse me - Is there some way I can bribe you, perhaps?; ; 
  51. LACT: 6;2;RESP R,6,Not really.;DSET 6,N2;EXIT
  52. LINE: 6;3;Enough of this nonsense. Let me pass!; ; 
  53. LACT: 6;3;IFOF 1=0;RESP R,6,Sure - just show me the Caliph's pass.;SETOF 1=1;DSET 6,S1,+5,+6;EXIT
  54. LACT: 6;3;IFOF 1=1;RESP R,6,You still haven't shown me the Caliph's pass!;DSET 6;EXIT
  55. LINE: 6;4;Sorry, can't stand around chatting all day. Bye!; ; 
  56. LACT: 6;4;EDLG;EXIT
  57. LINE: 6;5;Show you the WHAT?; ; 
  58. LACT: 6;5;RESP R,6,There you go again!;RESP R,6,Do you have trouble hearing, or what?;RESP R,6,I said, only people with the caliph's pass may - er - pass!;DSET 6,R1,+2,+7,+8;EXIT
  59. LINE: 6;6;Funny - I must have dropped my pass.; ; 
  60. LACT: 6;6;RESP R,6,So - you think that's funny?;RESP R,6,Good for you.;RESP R,6,'Cause you won't get past here until you get another one!;DSET 6,R1,+2,+7,+8;EXIT
  61. LINE: 6;7;If you don't let me by, I will have my vicious camel attack you!; ; 
  62. LACT: 6;7;RESP R,6,Yeah?;RESP R,6,What would it do - breathe on me?;DSET 6,N7;EXIT
  63. LINE: 6;8;Do you see this knife??; ; 
  64. LACT: 6;8;RESP R,6,I certainly do.;RESP R,6,Do you see this halberd??;DSET 6,N8;EXIT
  65. LINE: 6;9;Just what is it you are guarding, anyway?; ; 
  66. LACT: 6;9;RESP R,6,All the land north of here is for men in the Caliph's service only!;DSET 6,N9,+10
  67. LINE: 6;10;How can I become one of the Caliph's men?; ; 
  68. LACT: 6;10;RESP R,6,You??;RESP R,6,Hah hah!;RESP R,6,That's a good one!;RESP R,6,Well, if you're really serious, you had better go to Baghdad and see the Caliph, hadn't you?;DSET 6;EXIT
  69.  
  70.  
  71. /*
  72. /* Action 1 - Give
  73. ACTION: 1;IFOBJ 11;IFOBJ2 3;SAY No - I need it!;EXIT
  74. ACTION: 1;IFOBJ2 3;IFPICK;IFCARR;MOBJ 3;HANDLE;RESP R,6,Oh no - you won't get away that easy!;HANDLE -1;EXIT
  75. /* Action 2 - Pick up
  76. /*
  77. /* Action 3 - Use
  78. /* --------------
  79. ACTION: 3;IFOBJ 11;MOBJ;HANDLE;GOTO 5,1
  80. /*
  81. /* Action 4 - Open
  82. /* Action 5 - Talk to
  83. ACTION: 5;IFOBJ 3;MOBJ;DSET 6,+1,+3,+4;EXIT
  84. /* Action 6 - Push
  85. /* Action 7 - Close
  86. /* Action 8 - Look at
  87. /* Action 9 - Pull
  88.  
  89. /* End of room file.
  90.